home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / amos / am_mui10.lha / MUI / README < prev    next >
Text File  |  1992-02-26  |  2KB  |  53 lines

  1. Short: Use MUI from AMOSPro
  2. Type: /dev/amos
  3. Uploader: ph@doc.ic.ac.uk (Paul Hickman)
  4. Author: ph@doc.ic.ac.uk (Paul Hickman)
  5.  
  6.                                AMOSPro MUI Demo
  7.                                ================
  8.                                
  9.                                
  10.          By Paul Hickman (ph@doc.ic.ac.uk) - This code is Freeware                               
  11.          ---------------------------------------------------------
  12.          
  13.          
  14.          
  15. Contents
  16. ========
  17.  
  18. MUI-DEMO.AMOS              The Demo program - Load & Read & Run
  19.  
  20. Hook.s                     Source code for the hook dispatcher in Bank 14
  21. Listview-Hooks.s           Source code for the popup-listview hooks (Bank 32)
  22. MUI.Equ                    AMOSPro Equates File for MUI Symbols
  23. Equate_To_Tags.AMOS        Convert Equares File into a Tag Tree (Bank 13)
  24.  
  25.  
  26.  
  27. NOTE: The demo does not require access to any of the other files. The
  28.       equates are only used as souuce for the Equate_To_Tags.AMOS program,
  29.       which you only need to make the demo understand more non-MUI tags. 
  30.       
  31.       The assembler sources are provided for you to see if you can tell
  32.       me why the second one doesn't work properly :-) (See end of demo)
  33.       
  34.  
  35.  
  36.  
  37. Requirements
  38. ============
  39.  
  40.  
  41. AMOSPro - Any version
  42.  
  43. /pub/aminet/dev/gui/mui21usr.lzh
  44. /pub/aminet/dev/gui/mui21dev.lzh (Only for programmers docs & MUI.I file)
  45.  
  46. NOTE: MUI.I file is not needed - but you may want to read it to check
  47.       exactly how tags are spelt since the equates file was generated from
  48.       it.
  49.       
  50.       
  51.       
  52. P.s. This file is also inside the archive.
  53.